if service.click({
{"#top minimize btn",
}
})
return true
end
if service.click({ 
"#voice_note_cancel_btn", 
"#voice_note_draft_discard_btn", 
"#cancel",
}) 
return true 
end
if service.click({
{"#unread_divider_tv",
}
})
return true
end
if service.click({ 
{"‏المزيد|More|Plus$50", 
"‏مسح محتوى الدردشة|Clear chat|Effacer le contenu$50", 
"#button1", 
} 
}) 
return true 
end
if       service.click({ 
{"#menuitem_delete$100", 
{"#button3", 
"#button1"}, 
} 
}) 
return true 
end
if service.click({ 
{"%[长按]&‏دردشة جديدة|New chat|Nouv. discussion", 
"#menuitem_conversations_delete", 
"#button1", 
} 
}) 
return true 
end
--قراءة النص في مربع التعديل.
cl= node.getClassName()
if cl == 'android.widget.EditText' then
local editText= service.getEditText().getText()
 text= tostring(editText)
return true, editText, service.speak(text)
end
if service.click({
{"#back",
}
})
return true
end